home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Macintosh Compilation 1
/
Macintosh Compilation CD Number 1 (December 1995).iso
/
Internet
/
InterPPP™ 1.2.1
/
Read ME!
< prev
Wrap
Text File
|
1994-09-15
|
2KB
|
68 lines
PPP for the Mac 1.2
1.2 release
This release (as well as the 1.1 release) is a bug fix release. No additional
features have been added. This release has a number of fixes to problems
encountered on newer PowerBooks, such as a the Duo 230 and the 500 series.
- fixed scripting bug which caused a crash when putting up "ask" dialog
- fixed scripting bug - match strngs were being reset after a match
- changed "ask" code to unpatch textedit "dots" patch
- increased size of phone number and ask string from 40 bytes to 64 bytes.
- fixed AppleTalk ADEV bug which would cause zone names to not appear after
first connection.
- added stubs for missing commands:
setspeed <speed>, lbreak, iforiginate <label>, chrdelay <delay>
- added code for missing commands:
dectries
- fixed a bug in the terminal interface which would not show 57600 baud rate
in pop-up menu
- fixed bug in MacTCP mdev; we did not set the netmask at all.
in some situations this would cause MacTCP to close down the link
on non-class C networks.
- changed script matching code to ignore high bit of incoming characters
- fixed several bugs in CHAP authentication; the basic client and
server state machines were poorly documented in the code and were
very broken.
- fixed bug in LCP which sent CHAP & PAP options when it shouldn't
(this implied we were trying to authenticate the server)
tested against gatoraccess PPP server - both PAP & CHAP worked fine.
- we no longer send the LCP authentication option; we do send them
in a NAK, if they are not in the remote LCP;
- fixed bug in LCP echo which did not substitute our magic number
- fixed a bug in the terminal interface which would not show 57600 baud rate
in pop-up menu
1.1 release
This release is a bug fix release.
- fixed several bugs in CHAP and PAP authentication
We were using a pre-RFC1314 draft; there was an extra byte
(callback) in our chap option.
- fixed bug with AppleTalk checksums and ATP packets.
The .PPP driver; "readrest" did not return updated buffer
pointer in A3. ATP (and other protocol handlers) count on this and
it caused checksumed packets to be dropped (atp was using this a3
pointer to find the beging of the data)
1.0 release
- Initial release